-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for int64_t indices in TBE inference [2/N] #3125
Conversation
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request was exported from Phabricator. Differential Revision: D62271409 |
This pull request was exported from Phabricator. Differential Revision: D62271409 |
Summary: X-link: facebookresearch/FBGEMM#214 Pull Request resolved: pytorch#3125 - Add support for int64_t indices in TBE inference [2/N] - Convert `pruned_array_lookup_cuda` to use index_t Reviewed By: jianyuh Differential Revision: D62271409
1400dd5
to
6c19917
Compare
This pull request was exported from Phabricator. Differential Revision: D62271409 |
Summary: X-link: facebookresearch/FBGEMM#214 Pull Request resolved: pytorch#3125 - Add support for int64_t indices in TBE inference [2/N] - Convert `pruned_array_lookup_cuda` to use index_t Reviewed By: jianyuh Differential Revision: D62271409
6c19917
to
0466806
Compare
Summary: - Add support for int64_t indices in TBE inference [1/N] Differential Revision: D61813383
This pull request was exported from Phabricator. Differential Revision: D62271409 |
Summary: X-link: facebookresearch/FBGEMM#214 Pull Request resolved: pytorch#3125 - Add support for int64_t indices in TBE inference [2/N] - Convert `pruned_array_lookup_cuda` to use index_t Reviewed By: jianyuh Differential Revision: D62271409
0466806
to
b05c13d
Compare
This pull request was exported from Phabricator. Differential Revision: D62271409 |
Summary: X-link: facebookresearch/FBGEMM#214 Pull Request resolved: pytorch#3125 - Add support for int64_t indices in TBE inference [2/N] - Convert `pruned_array_lookup_cuda` to use index_t Reviewed By: jianyuh Differential Revision: D62271409
b05c13d
to
361a3cb
Compare
Summary: X-link: facebookresearch/FBGEMM#214 Pull Request resolved: pytorch#3125 - Add support for int64_t indices in TBE inference [2/N] - Convert `pruned_array_lookup_cuda` to use index_t Reviewed By: jianyuh Differential Revision: D62271409
This pull request was exported from Phabricator. Differential Revision: D62271409 |
361a3cb
to
35094f6
Compare
This pull request has been merged in a5628cb. |
Summary:
Add support for int64_t indices in TBE inference [2/N]
Convert
pruned_array_lookup_cuda
to use index_tDifferential Revision: D62271409